adTempus API
PreviousUpNext
IScheduler::ObjectExists Method

Checks to see whether a specified object exists.

C++
HRESULT ObjectExists(BSTR oid, [out,retval] VARIANT_BOOL* objectExists);
C#
ObjectExists(String oid, [out,retval] VARIANT_BOOL objectExists);
Visual Basic
Sub ObjectExists(oid As String, objectExists As [out,retval] VARIANT_BOOL)
Parameters 
Description 
[in] BSTR oid 
The OID of the objec to query for 

True if the object exists; False if it does not.

adTempus API Reference version 3.0.0.0, revised 10/30/2008